home *** CD-ROM | disk | FTP | other *** search
/ Games People Play 2 / Armorwares Games People Play.iso / menu / newcd.bat < prev    next >
Encoding:
DOS Batch File  |  1994-10-18  |  596 b   |  36 lines

  1. echo off
  2. @cls
  3. @echo.
  4. @echo.
  5. @echo                     Options Menu
  6. @echo.
  7. @echo.
  8. @echo.
  9. @echo         Press   1  type the explanation on your screen
  10. @echo.
  11. @echo         Press   2  print out the explanation
  12. @echo.
  13. @echo         Press   3  to return to the games menu
  14. @echo.
  15. @echo.
  16. dch [45] 9123           Please choose one now....   
  17. if errorlevel 5 goto BYE
  18. if ERRORLEVEL 4 GOTO THREE
  19. if ERRORLEVEL 3 GOTO TWO
  20. if ERRORLEVEL 2 GOTO ONE
  21.  
  22. goto bye
  23. :ONE
  24. @cls
  25. @type newcd.txt|more
  26. @pause
  27. goto bye
  28. :TWO
  29. @copy newcd.txt prn
  30. goto bye
  31. :THREE
  32. @cls
  33. goto bye
  34. :BYE
  35. cd\menu
  36.